home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / business / pdrv_110.zip / PDRIVE.DOC < prev    next >
Text File  |  1996-07-25  |  6KB  |  120 lines

  1. ───────────────────────────────────────────────────────────────────────────────
  2.   PDRIVE.EXE v1.10
  3.   FreeWare Multi-Tasker Friendly Protocol Driver
  4.   Copyright 1995-1996 Larry Athey - BBS Utiliteez Software
  5. ───────────────────────────────────────────────────────────────────────────────
  6.  
  7.   DISCLAIMER:
  8.   ───────────
  9.   The author, Larry Athey has taken every precaution to insure that no harm or
  10.   damage will occur on computer systems operating this package. Nevertheless,
  11.   the author shall NOT be held liable for whatever may happen on your computer
  12.   system or to any computer systems which connects to your own as a result of
  13.   operating this package. The user assumes full responsibility for the correct
  14.   operation of this software package, whether harm or damage results from any
  15.   software error, hardware malfunction, or operator error. NO warranties are
  16.   offered, expressly stated or implied, including without any limitation or
  17.   restriction any warranties of operation for a particular purpose and / or
  18.   merchantability. If you do not agree with this, then absolutely do NOT use
  19.   this program!
  20.  
  21. ───────────────────────────────────────────────────────────────────────────────
  22.  
  23.   LICENSE AGREEMENT:
  24.   ──────────────────
  25.   This program, support files, and documentation are copyrighted products of
  26.   BBS Utiliteez Software. The author reserves all rights to these products.
  27.   This is protected by the United States of America (USA) and International
  28.   Copyright Laws. In no way shall the components of this software package be
  29.   reproduced or modified in any form or method without prior express written
  30.   permission from the author.
  31.  
  32.   Tampering with or altering the contents or integrity of the PDrive software
  33.   package is prohibited. No fee may be charged by any agency other than the
  34.   author beyond the cost of distributing unregistered copies without prior
  35.   express written permission from the author.
  36.  
  37.   This program is FREEWARE and can be packaged in any program you write so
  38.   long as this document accompanies the PDRIVE.EXE and remains un-altered in
  39.   any way, shape, or form. This program is being provided for those who do
  40.   not have the programming skills or the tools to write protocols directly
  41.   into their programs. If you are not a programmer, you will find this to be
  42.   more CPU friendly under a multi-tasker than DSZ/GSZ and may wish to alter
  43.   your batch files to call this program instead. This program may be used
  44.   freely without any registration or license fees.
  45.  
  46. ───────────────────────────────────────────────────────────────────────────────
  47.  
  48.   Command Line Parameters:
  49.   ────────────────────────
  50.   /B#####         - Force Baud Rate            [Default = 38400 Baud         ]
  51.   /C##            - Force Comport Number       [Default = Comport #1         ]
  52.   /D#             - I/O Device                 [1-UART, 2-Fossil, 3-DigiBoard]
  53.   /F=FILENAME.EXT - File Name To Transfer      [No Default File Name         ]
  54.   /H****          - Force New Port Hex Address [Default = Standard Address   ]
  55.   /I##            - Force Non-Standard IRQ     [Default = Standard IRQ       ]
  56.   /L=FILENAME.EXT - Batch Mode File Name List  [Zmodem, Ymodem, YmodemG Only!]
  57.   /S              - Send Files                 [Default File Transfer Method ]
  58.   /R=FILEPATH     - Receive Files              [File Path Must Exist!        ]
  59.   /Z              - Use Zmodem Protocol        [Default Protocol             ]
  60.   /Y              - Use Ymodem Protocol
  61.   /X              - Use Xmodem Protocol
  62.   /G              - Use YmodemG Protocol
  63.   /K              - Use Xmodem1K Protocol
  64.  
  65.  
  66.   Examples:
  67.   ─────────
  68.   PDRIVE.EXE /C1 /B14400 /D2 /S /Z /F=C:\FILES\DATA220A.ZIP
  69.  
  70.   The above command line will send the file C:\FILES\DATA220A.ZIP using
  71.   Zmodem, on Comport #1, at 14400 Baud, using Fossil communications....
  72.  
  73.   PDRIVE.EXE /C2 /B9600 /D1 /Y /R=C:\UPLOADS\
  74.  
  75.   The above command line will allow PDrive to receive files on Comport #2,
  76.   at 9600 Baud, using UART communications, and will write the files to the
  77.   path C:\UPLOADS\....
  78.  
  79.   PDRIVE.EXE /C1 /B28800 /D2 /S /Z /L=FILELIST.TXT
  80.  
  81.   The above command line tells PDrive to send files to the caller in Batch
  82.   Mode on Comport #1, at 28800 Baud, using Fossil communications. The file
  83.   FILELIST.TXT can be any any text file. This file contains the full paths
  84.   and file names you wish to send to the user. The maximum number of files
  85.   allowed in the queue at any one time is 15. If the file list contains
  86.   more than 15 files, the remaining excess files will be ignored.
  87.  
  88.   Just tinker with it and see what you come up with. It's all real simple
  89.   to use and understand so you should have real good luck with it....
  90.  
  91.  
  92.   Error Levels:
  93.   ─────────────
  94.   0   - PDrive will exit at error level 0 if everything goes fine.
  95.  
  96.   1   - PDrive will exit at error level 1 if it cannot open the comport.
  97.  
  98.   6   - PDrive will exit at error level 6 if the file specified by the
  99.         /F= or /L= command line parameters is not found.
  100.  
  101.   100 - PDrive will exit at error level 100 if a user aborts an upload or
  102.         download. You can trap this error level in your program in order
  103.         to prevent users from "Leeching" files from your system.
  104.  
  105.   101 - PDrive will exit at error level 101 if the upload or download is
  106.         aborted locally by you.
  107.  
  108. ───────────────────────────────────────────────────────────────────────────────
  109.  
  110.   Larry Athey
  111.   1239 Cheyenne
  112.   Alliance, NE, 69301
  113.   Owner    : BBS Utiliteez Software
  114.   FAX/BBS #: (308)762-2239
  115.   FidoNet  : 1:285/703
  116.   GDS-Net  : 100:1010/1
  117.   ivNET    : 411:1500/0
  118.   Internet : larry.athey@tos.daphnis.com, larry.athey%otherside@ivsoft.com
  119.  
  120.